home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší hry
/
Nejlepsi hry.iso
/
hry
/
6zenichu
/
6+1 install_txt.exe
/
6 zenichu a 1 navic.exe
/
scripts
/
DefineButton2_3880
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-11-28
|
485 b
|
24 lines
on(release){
if(0 < _root.draglej)
{
_root.d_venca.l = "mon_ns_" add random(_root.NS_NUMBER) add "_100";
_root.d_venca.i = "go";
_root.stopdragall();
_root.hideall();
}
else if(_root.vyb == 1)
{
if(_root.penize == 0)
{
_root.itembar_add(26);
}
_root.penize += 25000;
_root.prachy.play();
}
tellTarget("_root.t" add this._name)
{
play();
}
_root.z_03_1.start();
}